home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / DEFLENUS.XPI / bin / defaults / profile / panels.rdf < prev    next >
Encoding:
Extensible Markup Language  |  2006-09-10  |  1.6 KB  |  41 lines

  1. <?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
  2.  
  3. <!--
  4.  
  5.   These are the panels that will be displayed in the sidebar.
  6.  
  7. -->
  8. <!DOCTYPE RDF SYSTEM "chrome://communicator/locale/sidebar/local-panels.dtd">
  9.  
  10. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  11.          xmlns:NC="http://home.netscape.com/NC-rdf#">
  12.  
  13.   <RDF:Description about="urn:sidebar:current-panel-list">
  14.     <NC:panel-list>
  15.       <RDF:Seq>
  16.         <RDF:li resource="urn:sidebar:panel:search"/>
  17.         <RDF:li resource="urn:sidebar:panel:bookmarks"/>
  18.         <RDF:li resource="urn:sidebar:panel:history"/>
  19.         <RDF:li resource="urn:sidebar:panel:addressbook"/>
  20.       </RDF:Seq>
  21.     </NC:panel-list>
  22.     <NC:version>0.1</NC:version>
  23.   </RDF:Description>
  24.   <RDF:Description about="urn:sidebar:panel:search">
  25.     <NC:title>&sidebar.search.label;</NC:title>
  26.     <NC:content>chrome://communicator/content/search/search-panel.xul</NC:content>
  27.   </RDF:Description>
  28.   <RDF:Description about="urn:sidebar:panel:bookmarks">
  29.     <NC:title>&sidebar.client-bookmarks.label;</NC:title>
  30.     <NC:content>chrome://communicator/content/bookmarks/bm-panel.xul</NC:content>
  31.   </RDF:Description>
  32.   <RDF:Description about="urn:sidebar:panel:history">
  33.     <NC:title>&sidebar.client-history.label;</NC:title>
  34.     <NC:content>chrome://communicator/content/history/history-panel.xul</NC:content>
  35.   </RDF:Description>
  36.   <RDF:Description about="urn:sidebar:panel:addressbook">
  37.     <NC:title>&sidebar.client-addressbook.label;</NC:title>
  38.     <NC:content>chrome://messenger/content/addressbook/addressbook-panel.xul</NC:content>
  39.   </RDF:Description>
  40. </RDF:RDF>
  41.